Item Property (ItemCollection<T>)
Gets or sets a specific object in the
ItemCollection<T> by position.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As
public this[
int
]; {get; set;}
Parameters
- index
- A zero-based System.Int32 index of the to return or set.
Property Value
A object at the specified position.